.bg_dynamic {
	background: url(../images/dynamic_banner.jpg) right top #072d82;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.video_dynamic_page {
	overflow: hidden;
	position: relative;
	padding-bottom: 70px;
}

.video_dynamic_page .video_leftbox {
	width: 62%;
	float: left;
	padding-right: 5%;
}
.video_dynamic_page .dynamic_rightbox {
	width: 38%;
	float: left;
}
.video_dynamic_page .tag{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}
.video_dynamic_page .lightbox > img{
	border-radius: 6px;
  width: 100%;
}
.video_leftbox .other_info {
	margin-top: 18px;
}
.video_leftbox .other_info span{
	display: none;
}
.video_leftbox .other_info .title{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
.video_leftbox .other_info .desc{
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
.video_leftbox .other_info .text{
	color: #999;
	font-size: 12px;
	line-height: 20px;
}
.video_dynamic_page .other_btn {
	position: absolute;
	bottom: 0;
	display: block;
	margin-top: 30px;
}
.video_dynamic_page .other_btn >a{
	display: inline-block;
	padding: 12px 32px;
	border: 1px solid #000;
	border-radius:4px;
	line-height: 12px;
	font-size: 12px;
	color:#666;
  transition-duration: 0.3s;
}
.video_dynamic_page .other_btn >a:hover{
	color:#fff;
	background-color: #236cd7;
	border: 1px solid #236cd7 !important;
}

.dynamic_rightbox .dynamic_newslists {
	list-style:none;
	padding: 0;
}
.dynamic_rightbox .dynamic_newslists li{
	border-top: 1px solid #e9e3e3;
	padding: 18px 0;
}
.dynamic_rightbox .dynamic_newslists li:last-child {
	border-bottom: 1px solid #e9e3e3;
}
.dynamic_newslists .date {
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
.dynamic_newslists a:hover .title {
	color:#004ca7
}
.dynamic_newslists .title {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
	color:#333;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.pagemain2 {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding: 36px 0px 0px 0px;
}
.dynamic-tag {
  display: none;
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  font-size: 12px;
  color: #999999;
  line-height: 24px;
  margin-bottom: 24px;
  padding-right: 30px;
}
.dynamic-rightbox {
  display: flex;
  justify-content: center;
  /* background-color: #F6FAFF; */
}
.dynamic-rightbox ul{
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-width: 36%;
}
.dynamic-rightbox ul li{
  /* height: 66px; */
  margin-bottom: 6px;
  /* border-bottom: 1px solid #cccccc; */
}
.dynamic-rightbox ul li a{
  display: inline-block;
  width:100%;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 20px 0;
  padding-left: 0px;
  transition: all 0.3s;
}
.dynamic-rightbox ul li.active {
  /* border-bottom: 1px solid #014ea9; */
}
.dynamic-rightbox ul li.active a{
  font-weight: bold;
  color: #004ca7;
}
.dynamic-rightbox ul li:hover a {
  /* background-color: #f6f6f6; */
  color: #004ca7;
  /* padding-left: 30px; */
}
.dynamic-leftbox {
  padding: 30px 0;
  background-color: #f2f3f7;
  min-height: 400px;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
}

.dynamic-leftbox .emptyNews {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  min-height: 400px;
}
.dynamic-leftbox .firstNews{
  overflow: hidden;
  width:100%;
  height: 140px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.dynamic-leftbox .firstNews .img{
  display: block;
  height: 100px;
  width: 200px;
  float: left;
  margin-right: 40px;
}
.dynamic-leftbox .firstNews .img img{
  height: 100%;
  object-fit: cover;
}
.dynamic-leftbox .firstNews .content{
  float: left;
  width: calc(100% - 240px);
  height: 100px;
  padding: 15px 0;
}

.dynamic-leftbox .dynamic-leftbox-container .content-item {
  margin-bottom: 30px;
}
.dynamic-leftbox .dynamic-leftbox-container .content-item > a{
  position: relative;
}
.dynamic-leftbox .content-item .img {
  height: 120px;
  width: 100%;
  background-color: #e2e2e2;
  text-align: center;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dynamic-leftbox .content-item .img .imgTitle {
  width: 90%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dynamic-leftbox .content-item .img .imgDesc {
  width: 80%;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.64);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dynamic-leftbox .img img{
  height: 100%;
  object-fit: cover;
}

.dynamic-leftbox .content-info{
  width: 100%;
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
.dynamic-leftbox .under-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.dynamic-leftbox .text .title {
  margin-bottom: 6px; 
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #000;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.dynamic-leftbox .text .desc {
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  color: #999;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.dynamic-leftbox  .under-info  .more{
  font-size: 12px;
  color: #999;
}
.dynamic-leftbox  .under-info  .date{
  font-size: 12px;
  color: #999;
}
.dynamic-leftbox .content-item a:hover:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #1941a5;
  border-radius: 0 0 8px 8px;
}
.dynamic-leftbox .content-item a:hover .title{
  color: #1941a5;
}
.dynamic-leftbox .content-item a:hover .under-info .more{
  color: #eb0008;
}

/* .dynamic-leftbox  .content .text > a:hover > .title{
  color:#014ea9
}
.dynamic-leftbox  .content .text > a:hover > .desc{
  color:#333
} */
.dynamic-leftbox ul {
  padding: 0;
  list-style: none;
}
.dynamic-leftbox ul li{
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.dynamic-leftbox .pagenation {
  width: 100%;
  margin-top: 30px;
}
.pagenation .pagenation_btn {
  display: inline-block;
  font-size: 12px;
  line-height: 44px;
  padding: 0px 20px;
  color: #000;
  /* border: 1px solid #cccccc; */
  background-color: #fff;
  border-radius: 6px;
  margin-right: 8px;
  transition: all 0.3s linear;
}
.pagenation .pagenation_btn:hover {
  color: #fff;
  background-color: #1941a5;
}
.pagenation .notclick {
  pointer-events: none;
  background-color: #e7e8ee;
}
.pagenation .canclick {
  cursor: pointer;
}

/* 深色 */
.bgdarksection .video_dynamic_page .tag {
  color: #fff;
}
.bgdarksection .video_leftbox .other_info .title {
  color: rgba(255, 255, 255, 0.84);
}
.bgdarksection .video_leftbox .other_info .text {
  color: rgba(255, 255, 255, 0.32);
}
.bgdarksection .video_dynamic_page .other_btn >a {
  color: rgba(255, 255, 255, 0.64);
  border: 1px solid #c5c2c2;
}
.bgdarksection .video_dynamic_page .other_btn > a:hover {
  color: #333;
  background-color: #dee0e3;
  border: 1px solid #dee0e3;
}

.bgdarksection .dynamic_rightbox .dynamic_newslists li {
  border-top: 1px solid #ffffff24;
  transition: all 0.3s;
}
.bgdarksection .dynamic_rightbox .dynamic_newslists li:last-child {
  border-bottom: 1px solid #ffffff24;
}
.bgdarksection .dynamic_newslists .date {
  color: rgba(255, 255, 255, 0.64);
}
.bgdarksection .dynamic_newslists .title {
  color: rgba(255, 255, 255, 0.84);
  transition: all 0.3s;
}
.bgdarksection .dynamic_newslists a:hover .title {
  color: #fff;
}
.bgdarksection .dynamic_newslists li:hover {
  border-top: 1px solid #ffffff;
}




@media (max-width:767px) {
  .bg_dynamic {
    background: url(../images/dynamic_banner.jpg) 74% top #092f84;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
	.video_dynamic_page .video_leftbox {
		width: 100%;
		padding-right: 0%;
		/* padding:0 15px; */
	}
	.video_dynamic_page .dynamic_rightbox {
		width: 100%;
		/* padding:0 15px; */
	}
	.video_dynamic_page .other_btn {
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
	}
	.mobile_margin {
		margin-top: 40px;
	}
	.mobile_run {
		display: none !important;
	}
	.dynamic_rightbox .dynamic_newslists li {
		padding: 10px 0;
	}
	.video_leftbox .other_info .text {
		word-break: break-all;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box !important;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.dynamic_newslists .title{
    font-size:13px;
    line-height: 24px;
    height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	}

	.pagemain2 {
    padding: 24px 0px 0px 0px;
  }
	.pagenation .pagenation_btn {
    line-height: 36px;
    padding: 0px 16px;
  }
  .dynamic-rightbox ul {
    min-width: 72%;
  }
  .dynamic-tag {
    display: none;
  }
  .dynamic-leftbox .firstNews {
    height: auto;
    padding: 0px 0;
    border-bottom: 1px solid #cccccc;
  }
  .dynamic-leftbox .firstNews .img {
    width: 100%;
    margin-right: 0px;
  }
  .dynamic-leftbox .firstNews .content {
    width: 100%;
  }
  .dynamic-rightbox ul li {
    height:48px
  }
  .dynamic-rightbox ul li a {
    padding: 12px 0;
    padding-left: 0px;
    font-size: 12px;
    line-height: 20px;
  }
  .dynamic-leftbox ul li {
    padding: 0px 0;
  }
  .dynamic-leftbox {
    padding: 0px 0px 30px;
    background: #f2f3f7;
  }
  .dynamic-leftbox .content-item .img {
    display: none;
  }
  .dynamic-leftbox .content-info {
    padding: 16px 0px;
    background-color: transparent;
  }
  .dynamic-leftbox .under-info {
    margin-top: 20px;
  }
  .dynamic-leftbox .dynamic-leftbox-container .content-item {
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .dynamic-leftbox .content-item a:after {
    display: none !important;
  }
 
}

@media (min-width: 992px) and (max-width:1399px)  {
	.dynamic_rightbox .dynamic_newslists li:last-child {
		display: none;
	}
	.dynamic_rightbox .dynamic_newslists li:nth-child(5) {
		border-bottom: 1px solid #e9e3e3;
	}
  .bgdarksection .dynamic_rightbox .dynamic_newslists li:nth-child(5) {
    border-bottom: 1px solid #ffffff24;
  }
	.video_leftbox .other_info .title {
		color: #333;
		font-size: 15px;
		font-weight: bold;
		line-height: 28px;
	}
  .pagenation .pagenation_btn {
    line-height: 36px;
  }
  .text .title {
    font-size: 15px;
    line-height: 24px;
  }
  .content  .text{
    width: 75%;
  }
  .dynamic-leftbox ul li {
    padding: 16px 0;
	}
  .dynamic-leftbox {
    padding: 24px 0px;
  }
  .dynamic-leftbox .under-info {
    margin-top: 24px;
  }
  .dynamic_rightbox .dynamic_newslists li {
    padding: 14px 0;
  }

}
@media (min-width: 992px) and (max-width:1200px)  {
  .dynamic_rightbox .dynamic_newslists li:last-child {
		display: none;
	}

  .dynamic_rightbox .dynamic_newslists li:nth-child(4) {
		border-bottom: 1px solid #e9e3e3;
	}
  .bgdarksection .dynamic_rightbox .dynamic_newslists li:nth-child(4) {
    border-bottom: 1px solid #ffffff24;
  }
  .dynamic_rightbox .dynamic_newslists li {
    padding: 10px 0;
  }
}
@media (min-width: 1370px) and (max-width:1599px) {
  .pagenation .pagenation_btn {
    line-height: 36px;
  }
  .text .title {
    font-size: 16px;
    line-height: 26px;
  }
  .content  .text{
    width: 75%;
  }
  .dynamic-leftbox ul li {
    padding: 18px 0;
  }
  .dynamic_rightbox .dynamic_newslists li:last-child {
		display: none;
	}

	.video_leftbox .other_info .title {
		color: #333;
		font-size: 16px;
		font-weight: bold;
		line-height: 28px;
	}
	.dynamic_rightbox .dynamic_newslists li {
    padding: 11px 0;
	}

}
@media (min-width:1371px) and (max-width:1799px) {
  .dynamic_rightbox .dynamic_newslists li {
		padding: 16px 0;
	}
  .dynamic_rightbox .dynamic_newslists li:last-child {
		display: none;
	}
  .dynamic_rightbox .dynamic_newslists li:nth-child(5) {
		border-bottom: 1px solid #e9e3e3;
	}
  .bgdarksection .dynamic_rightbox .dynamic_newslists li:nth-child(5) {
    border-bottom: 1px solid #ffffff24;
  }
}

@media (min-width:1601px){
  
  .text .title {
    font-size: 17px;
    line-height: 28px;
  }
  .content  .text{
    float: left;
    width: 75%;
  }
}

@media (min-width: 1800px) {

	.dynamic_rightbox .dynamic_newslists li {
		padding: 16px 0;
	}
}

